object UpdateMsgDlg: TUpdateMsgDlg Left = 411 Top = 251 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Auto update' ClientHeight = 160 ClientWidth = 334 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 24 Top = 8 Width = 286 Height = 26 Caption = 'A new version of Foxmail is now available. Would you like to upd' + 'ate it now?' WordWrap = True end object L_Days: TLabel Left = 168 Top = 74 Width = 25 Height = 13 Caption = '&days.' FocusControl = SE_NotifyDays OnClick = L_DaysClick end object rbInstall: TRadioButton Left = 40 Top = 48 Width = 265 Height = 17 Caption = '&Yes, update it now.' Checked = True TabOrder = 0 TabStop = True end object rbNoNotify: TRadioButton Left = 40 Top = 96 Width = 265 Height = 17 Caption = 'N&ever notify me again.' TabOrder = 1 end object btnOK: TButton Left = 80 Top = 128 Width = 75 Height = 25 Caption = '&OK' ModalResult = 1 TabOrder = 2 end object btnCancel: TButton Left = 160 Top = 128 Width = 75 Height = 25 Cancel = True Caption = '&Cancel' ModalResult = 2 TabOrder = 3 end object rbNotifyDays: TRadioButton Left = 40 Top = 72 Width = 81 Height = 17 Caption = '&Notify me in' TabOrder = 4 end object SE_NotifyDays: TSpinEdit Left = 120 Top = 72 Width = 41 Height = 22 EditorEnabled = False MaxLength = 2 MaxValue = 14 MinValue = 1 TabOrder = 5 Value = 7 end object btnVisitWeb: TButton Left = 240 Top = 127 Width = 75 Height = 25 Caption = '&Visit Web' ModalResult = 2 TabOrder = 6 OnClick = btnVisitWebClick end object Language: TLanguage LangCenter = DM_Language.LangCenter OnTranslated = LanguageTranslated Left = 304 Top = 88 end object Timer: TTimer OnTimer = TimerTimer Left = 288 Top = 56 end end